home *** CD-ROM | disk | FTP | other *** search
- Path: noc.netcom.net!news
- From: Tarang Deshpande <tarang@willows.com>
- Newsgroups: comp.lang.c
- Subject: Re: Need help with linking error
- Date: Mon, 01 Apr 1996 16:34:21 -0800
- Organization: NETCOM Network Operations
- Message-ID: <3160760D.5F41@willows.com>
- References: <Dp4EL2.KFB@ecf.toronto.edu>
- NNTP-Posting-Host: daffy.willows.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0GoldB2 (Win95; I)
-
- LEUNG HING KIT wrote:
- >
- > We are experiencing a problem with borland c++. During linking
- > it display a message indicating it cannot open the file "slibce.lib"
- > we search through the whole harddrive including the C directory of course but we can't find that file. Does anyone know where I get can
- that library file.
- > Please help if you can. Thank You.
- >
- > Email: leungh@ecf.toronto.edu
- >
- > Thank You
- >
-
- SLIBCE.LIB is the standard C library for the 'small' model. You must
- choose the small model when installing the compiler in order that this
- file is created. Otherwise if you have the file MLIBCE.LIB for medium,
- or LLIBCE.LIB for large you can just change the model that you use to
- compile and that should solve your problem.
-
- Tarang
-